home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
util
/
shell
/
ViNCEd.lha
/
ViNCEd
/
Include
/
proto
/
vnc.h
< prev
Wrap
C/C++ Source or Header
|
1998-08-22
|
223b
|
15 lines
#ifndef PROTO_VNC_H
#define PROTO_VNC_H
#include <exec/types.h>
#ifndef VNC_VNCBASE_H
#include <vnc/vncbase.h>
#endif
extern struct VNCBase *VNCBase;
#include <clib/vnc_protos.h>
#include <pragmas/vnc_pragmas.h>
#endif